🌎 rns.kin.earth git 🌍
Commit a1b75b974631f7b3f1f0f73fd5d2d5e9cd8e7970
Parents : 80f3bfa
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-03-04T19:30:23+01:00
Increased per-hop timeout
Changes
Diff
diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py
index f37d778f..5364fddd 100755
--- a/RNS/Reticulum.py
+++ b/RNS/Reticulum.py
@@ -117,7 +117,7 @@ class Reticulum:
# from interface speed, but a better general approach would most
# probably be to let Reticulum somehow continously build a map of
# per-hop latencies and use this map for the timeout calculation.
- DEFAULT_PER_HOP_TIMEOUT = 5
+ DEFAULT_PER_HOP_TIMEOUT = 6
# Length of truncated hashes in bits.
TRUNCATED_HASHLENGTH = 128
Served by rngit 1.5.2 - Generated in 0.06s